home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-11-19 | 2.8 KB | 95 lines |
- # preferences: @(#)infomgr.ini 1.10 97/11/19
- # Copyright (c) 1997 SoftQuad Inc.
- # Preferences for HoTMetaL 4.0 Information Manager
-
- # All lines starting with the "#" character are comments. Don't
- # add comments at the end of a variable line.
- # To use any variables listed here in a commented form, first remove the '#'.
- # The notation ${SQDIR} refers to the directory in which HoTMetaL PRO 4
- # is located. This is initialized at install time to the correct location.
- [Application]
- # template_dir: directory where template driver file is found
- template_dir=${SQDIR}
- # directory: infomgr.exe Installation directory
- directory=${SQDIR}\infomgr
- proj_dir=${SQDIR}
- # help_dir: directory containing help files. Do not include trailing backslash
- # help_dir is set at install time.
- help_dir=${SQDIR}
- # help_name: name of help file.
- help_name=hmpro4.hlp
- # html_browser: html browser executable
- html_browser=${BROWSER_EXECUTABLE}
- template_wizard=
- project_builder=
- # html_editor: html editor executable
- html_editor=${SQDIR}\hmpro4.exe
- # css_editor: Css editor executable
- css_editor=${SQDIR}\cssedit.exe
- # doc_conversion: Document conversion executables
- doc_conversion=${SQDIR}\cnvdoc32.exe
- doc_conversion_options=${SQDIR}\kwconfig.exe
- # vdk_path: points to VDK executable (${VDK} is usually same as ${SQDIR})
- vdk_path=${VDK}\acctools.exe
- # scan_office_97: controls Office97 document scanning
- scan_office_97=false
- # html_dde_name: use the existing editor rather than invoking another copy.
- html_dde_name=sqhmpro4
- window_state=1
- window_left=40
- window_top=40
- window_right=600
- window_bottom=440
-
- [Web Scanner]
- Proxy URL=
- No Proxy Pattern=
-
- [Host Name Map]
-
- [hyperbolic]
- height=-11
- width=0
- escapement=0
- orientation=0
- weight=400
- italic=0
- underline=0
- strikeout=0
- charset=0
- outprecision=1
- clipprecision=2
- quality=1
- pitch=34
- facename=MS Sans Serif
-
- [publish]
-
- [hyperbolic-options]
- right-align=0
- longtext=1
- display-filenames=1
-
- # The minimal/full view option has the following defaults.
- # To add more, increment the number after "MimeType" (for example
- # the next entry above would be MimeType3) and provide a valid
- # mime type.
- [Minimal Mime Types]
- MimeType0=text/html
- MimeType1=text/plain
- MimeType2=application/msword
- [publisher]
- # The following variables can be used for publish exclusion.
- # check_last_pub_date: enables PubManager to mark files if newer than
- # last time uploaded to destination. (Like old Out-Of-Date functionality.)
- check_last_pub_date=true
- # exclude_orphans: won't mark orphan files.
- exclude_orphans=false
- # use_exclusion_list: use DOS-style file match exclusion list.
- use_exclusion_list=false
- # Note: Only exclusion0..9 is allowed.
- # The following example denotes exclusion of all HiP files. Etc.
- # exclusion0=*.hip
- # exclusion1=*.txt
- # exclusion9=*.tmp
-